/* Author: Robert Pölzl */
if (screen.width > 800)
	{
	function openwindow(  windowfile  )
	{window.open( windowfile ,'','left=185,top=110,height=530,width=650,status,noscrollbars')}
	}
else
	{
	function openwindow(  windowfile  )
	{window.open( windowfile ,'','left=75,top=0,height=530,width=650,status,noscrollbars')}
	}
