function OP()
{
	var url = "/site.aspx";
	var height = (screen.height/2)-135;
	var width = (screen.width/2)-300;

    
	window.open(url,"GOHEER_GET_FILE","scrollbars=no,top="+height+",left="+width+",resizable=no,status=no,height=270,width=600");

}
function OP2(inp)
{	
    window.open(inp,"GOHEER_GET_IMG","scrollbars=yes,top=0,left=0,resizable=yes,status=no,height=650,width=875");
}

function OP3(inpu)
{
	var url = "/photo/" + inpu + ".jpg";
	
window.open(url,"GOHEER_GET_IMG","scrollbars=yes,top=0,left=0,resizable=yes,status=no,height=500,width=680");
}

function OPO(datainp)
{
	var url = "/site.aspx?mood="+datainp;
	var height = (screen.height/2)-135;
	var width = (screen.width/2)-300;


    window.location.href = url;
////	window.open(url,"GOHEER_GET_FILE","scrollbars=no,top="+height+",left="+width+",resizable=no,status=no,height=270,width=600");
//	window.open(url,"_self","scrollbars=no,top="+height+",left="+width+",resizable=no,status=no,height=270,width=600");

}
