// JavaScript Document

function OpenAd(url) {
	if (url=='1') { return false; }
	var pw_left=((screen.Width/2) - parseInt(460));
	var pw_top=50;
	popup_win=window.open(url, 'popupwin', 'menus=0, scrollbars=yes, toolbars=0, width=920, height=750, screenX='+pw_left+',screenY='+pw_top+',top='+pw_top+',left='+pw_left+';');
}

function OpenClubhouse(url) {
	if (url=='1') { return false; }
	var pw_left=(screen.Width-parseInt(200))/2;
	var pw_top=(screen.Height-parseInt(200))/2;
	
	popup_win=window.open(url, 'popupwin', 'menus=0, scrollbars=yes, toolbars=0, width=820, height=650, screenX='+pw_left+',screenY='+pw_top+',top='+pw_top+',left='+pw_left+';');
}