
function  launchFlash(URL){
     var wleft = (screen.width-700) / 2;
     var wtop = (screen.height-618) / 2;
	 
	 rp=window.open(URL,"pop","top="+wtop+",left="+wleft+",height=420,width=670,menubar=0,scrollbars=0,resizable=0,status=0");
	 rp.focus();
}



