var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
function popImax(intResimID){
    url = "modul/album/04_resimbak.asp?id="+intResimID;
	popUpWindow(url,200,150, 485,400);
   
}

function StartImage (URL)
{
	w = 500+0*2+4+20;
	h = 400+0*2+100;
	imgwindow = window.open(URL,"imgwindow"," scrollbar=no, toolbar=no, fullscreen=no, resizable=yes,width="+w+",height="+h);
	imgwindow.focus();
	//alert("Start Image in album.asp")
}
function Start ()
{
	add=2;
	if (document.all.cels.length)
	{
		for (i=0; i < document.all.cels.length; i++)
		{
			document.all.cels[i].width = 100 + 0*2+add;
			document.all.cels[i].height = 100 + 0*2+add;
		}
	}
	if (document.all.cels2.length)
	{
		for (i=0; i < document.all.cels2.length; i++)
		{
			document.all.cels2[i].width = 100 + 0*2;
			//document.all.cels[i].height = 100 + 0*2;
		}
	}

}
