function showPopupSignin(){
document.getElementById('SigninBox').style.display="block";
//	Shadowbox.open({content:"<iframe src=\"/popup_signin.php\" height=\"459\" width=\"413\" frameborder=\"0\" scrolling=\"no\"></iframe>",player:"html",height:459,width:413});
}
function popupSigninClose(){
document.getElementById('SigninBox').style.display="none";
}

function showPopupRegister(){
	Shadowbox.open({content:"<iframe src=\"/popup_register.php\" height=\"459\" width=\"413\" frameborder=\"0\" scrolling=\"no\"></iframe>",player:"html",height:459,width:413});
}

/* function getFlashMovie(movieName) {
		var isIE = navigator.appName.indexOf("Microsoft") != -1;
		return (isIE) ? window[movieName] : document[movieName];
}
 */
/*  
function callToActionscript(flash, str) {
		getFlashMovie(flash).signIn(str);
//		getFlashMovie(flash).sendToActionscript(str);
} */
