function pop_bild(bildnr,width,height)
{
	newWin = window.open('/bildpop.php?l='+ bildnr+'','bild','width='+ width +',height='+ height +',toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0');
	newWin.focus();
}
function pop_sida(url,sida,width,height)
{
	newWin = window.open(url, sida,'width='+ width +',height='+ height +',toolbar=0,menubar=0,location=0,scrollbars=1,resizable=1');
	newWin.focus();
}
function pop_kontakt(whoto)
{
	newWin = window.open('http://www.ojplat.se/kontakta-oss/pup_kontaktaoss.php?whoto=' + whoto, 'kontakt','width=440,height=350,toolbar=0,menubar=0,location=0,scrollbars=1,resizable=1');
	newWin.focus();
}
function highlight(field)
{
	field.focus();
	field.select();
}
