function WinOpen(link,name,w,h)
{ 
	fenster = window.open(link,name,'scrollbars=yes, width='+w+', height='+h); 
	fenster.focus();
}

function PrintUpload()
{
    // var ifra = document.getElementById("uploadframe");

	return true;
}


