function openWindow(){
	window.open("popup.html","popup","left=0, top=0, width="+screen.width+", height="+screen.height+", toolbar=no");
}
function openWindowe(){
	window.open("popupe.html","popup","left=0, top=0, width="+screen.width+", height="+screen.height+", toolbar=no");
}