// Copyright 2001, scalp.de, achim werner.
// this code may be reproduced as long as the above copyright notice is maintained.


	function win_openexact(page,h,v,windowname) 
	
	{
	
	window.open (page,windowname,"width="+h+",height="+v+",left=' + x +',top='+ y +',resizable=0,menubar=no,scrollbars=no,dependent=no");

	}


// --- peace out ---

