function popup(){
	newwin = window.open('','win_img','width=734, height=481,resizable=no,fullscreen=no,channelmode=no,menubar=no,toolbar=no,location=no,scrollbars=no,status=yes,top=20,left=20,screenX=20,screenY=20');
	newwin.focus();
}

function privacy() {
b=window.open('','privacy',"scrollbars=0,status=0,statusbar=0,toolbar=no,location=no,menubar=no,width=350,height=400,resizable=no,top=20,left=20,screenX=20,screenY=20");
b.focus();
}