/* POPUP */

function open_flash(html) {
	SubWindow=window.open(html,"open_flash","width=920,height=700,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function open_contact(html) {
	SubWindow=window.open(html,"open_contact","width=680,height=740,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}