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


	function win_open(page,h,v,windowname) 
	
	{
	
	window.open (page,windowname,"width="+h+",height="+v+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1");

	}


// --- peace out ---

