// JavaScript Document
function opendownload(loadsv)
{
	img_win=window.open("downloadfile.php?did="+loadsv,"Downloadfiles","screenX=80,screenY=80,width=600,height=500,scrollbars=yes,status=yes") 	
//	img_win=window.open("newsimageupload.php","insertImage","screenX=80,screenY=80,width=550,height=350,scrollbars=no,status=yes") 

}