function openFlashPopUp(w,h,href)
{
	var scroll="no";
	var left=(window.screen.width-w)>>1;
	var top=(window.screen.height-h)>>1;
	href+="&w="+w+"&h="+h;
	window.open(href,"_blank","left="+left+",top="+top+",width="+w+",height="+h+",toolbar=no,scrollbars="+scroll+",location=no,resizable=no,status=yes");
}
