function openpopup(popurl)
{
	var winpops=window.open(popurl,"","width=450,height=600, scrollbars,top=0,left=" + ((screen.width)-450));
	

}

function openpopupgross(popurl)
{
	var winpops=window.open(popurl,"","width=800,height=600, scrollbars,top=0,left=0");

}


function openpopupkomplett(popurl)
{

	var winpops=window.open(popurl,"","width=800,height=600,toolbar,location,directories,status,scrollbars,menubar,resizable,top=0,left=0");

	

}

function openpopupcustom(popurl,width,height)
{
	var winpops=window.open(popurl,"","width=" + width + ",height=" + height + ", scrollbars,top=0,left=0");

}