function calcWin(strPath,strPicture,intHeight,intWidth)
{
	strWindow=window.open('/picturebig.asp?picture='+strPicture+'&path='+strPath+'&w='+intWidth+'&h='+intHeight,'Adultwindow','width=800,scrollbars,resizable,height=600,left=0,top=0');
}

