function printContent(id,showImage)
{
	window.open('http://www.muf.se/msu/article/print.php?id='+id+'','','location=1,status=1, scrollbars=1,menubar=1, left=0,top=0,width=475,height=800')  
}

function tipsa(id)
{
	window.open('http://www.muf.se/msu/article/tipsa.php?id='+id+'','','location=1,status=1, scrollbars=1,menubar=1,left=0,top=0,width=475,height=600')  
}

function doClear(theText)
{ if(theText.value == theText.defaultValue){ theText.value = "" } }

function doSet(theText)
{
	if(theText.value ==''){ theText.value="Artikelsök"; } 
}