//var imgpreload=new Array()
//for (i=0;i<=slideurl.length;i++) {
//	imgpreload=new Image()
//	imgpreload.src=""
//}

function OpenPic(FilePath)
{	
w_height=605
LeftPosition	= (screen.availWidth) ? (screen.availWidth-500)/2 : 0;  //screen.width-700
TopPosition		= (screen.availHeight) ? (screen.availHeight-550)/2 : 0;

Picwind=window.open("openpic.php?FilePath="+FilePath,"Picwin"," dependent=no ,menubar=no,toolbar=no,scrollbars=no, directories=no, left='400' , top='500' ,height= 550 , width=500"); 
Picwind.focus()
}
function OpenPic2(FilePath)
{	
w_height=605
LeftPosition	= (screen.availWidth) ? (screen.availWidth-500)/2 : 0;  //screen.width-700
TopPosition		= (screen.availHeight) ? (screen.availHeight-550)/2 : 0;

Picwind=window.open("../openpic.php?FilePath="+FilePath,"Picwin"," dependent=no ,menubar=no,toolbar=no,scrollbars=no, directories=no, left='400' , top='500' ,height= 550 , width=500"); 
Picwind.focus()
}