function ShowDetail(URL) {
	popupWin = window.open(URL, 'popup', 'dependent=0,height=600,width=666,screenX=90,left=90,screenY=150,top=150,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');
	if (window.focus) {
	popupWin.focus();
	}
}

function ShowFAQ(NUM) {
	popupWin = window.open('w4_faq.htm#'+NUM, 'popup', 'dependent=0,height=175,width=660,screenX=90,left=90,screenY=150,top=150,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0', 'launcher');
	if (window.focus) {
	popupWin.focus();
	}
}