
function openwin(ID,winw,winh)
{
	window.open(ID+"","_blank","toolbar=no,width="+winw+", height="+winh+", location=no, directories=no, status=yes, menubar=no, scrollbars=auto, resizable=yes, copyhistory=no");
}

function askTrim(URL,x1,y1) 
{
	if (confirm("Vill du beskära bilden enligt ramen?")) 
		{
			document.location=URL+'?TrimPic=TRUE&x1='+x1+'&y1='+y1;
		}
	else 
		{
		
   		}   
}	

