function popup(url,wd,ht,opt) {
	window.open(url,'win','width='+wd+',height='+ht+',scrollbars='+opt);
}
function popFocus(strPopUpUrl, strPopUpWidth, strPopUpHeigt, winId) {
	if(winId == undefined) {
		winId = '';
	}
	var f = window.open(strPopUpUrl,winId,'scrollbars=no,width='+strPopUpWidth+',height='+strPopUpHeigt);
	f.focus();
}
function objectTagWrite(strObjectTag){
    document.write(strObjectTag);
	strObjectTag = "";
}
function openProductInfo() {
	popFocus('/event/flatron/200702/05_event/week02/product.jsp', 950, 650, 'product');
}
function goEvent() {
	location.href = "/event/flatron/200702/05_event/week02/event.jsp";
}