function open_popup(url, winName, winWidth, winHeight){
		window.open(url,winName,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left='+centre(winWidth,screen.availWidth)+',top='+centre(winHeight,screen.availHeight)+',width='+winWidth+',height='+winHeight);
		}
function open_popup2(url, winName, winWidth, winHeight){
		window.open(url,winName,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,left='+centre(winWidth,screen.availWidth)+',top='+centre(winHeight,screen.availHeight)+',width='+winWidth+',height='+winHeight);
		}		
		
function centre(size,area){return (area/2)-(size/2);
}

function MM_displayStatusMsg(msgStr)  { //v3.0
	status=msgStr; document.MM_returnValue = true;
}


google_ad_client = "pub-4746191566380938";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "434343";
google_color_url = "B1F200";
google_color_text = "999999";

