
function apri() {
	window.open('gallery/gallery.htm','fullscreen', 'scrollbar=yes,width='+(screen.width)+',height='+(screen.height)+',fullscreen,resizable=no,left=0,top=0');
}

 
function detN(sID) {
var url_pop="detN.aspx?id=" + sID
var lef = (window.screen.width-400)/2;
var to = (window.screen.height-300)/2;

Yaldex=window.open(url_pop,'popDet','width=400,height=300,left=100,top=100');
Yaldex.focus();
}
		
function detIMG(sURL) {

Yaldex=window.open(sURL,'popDet','width=500,height=450,left=100,top=100');
Yaldex.focus();
}
		
		