function popBillede(strPath)
{
	var pop = window.open("http://asp.cruising.dk/popbillede.asp?path=" + URLencode(strPath)+"&width=425&height=325", "picture_window", "width=850,height=650,status=no,toolbar=no,scrollbars=yes,resizable=yes") 
}
function popBillede1100(strPath)
{
	var pop = window.open("http://asp.cruising.dk/popbillede.asp?path=" + URLencode(strPath)+"&width=600&height=450", "picture_window", "width=1200,height=900,status=no,toolbar=no,scrollbars=yes,resizable=yes") 
}
function URLencode(sStr)
{
	return escape(sStr).replace(/\+/g, '%2C').replace(/\"/g,'%22').replace(/\'/g, '%27');
}
