function dump(pic,w,h,title)
{
	var winD
	winD = window.open("","Diamo","height="+h+",width="+w+",scrollbars=no");
	winD.document.write("<html><head><title>"+title+"</title></head><body marginwidth=0 marginheight=0 topmargin=0 leftmargin=0>");
	winD.document.write("<img src='/img/"+pic+"' border=0></body></html>");
}
function Order(Red)
{
	
window.open("http://www.diamo.se/?red="+Red,"Pagero","height=600,width=785,resizable=yes,menubar=no,scrollbars=auto,status=no,fullscreen=no");
}

function Fonster(URL,x,y)
	{
		window.open(URL,"Fonster","width="+x+",height="+y+",menubar=no,toolbar=no,resizable=yes,scrollbars=yes");
	}
