function popup(windowname)
{	
	var config='toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=700,height=550' 

	newwin = window.open('',windowname,config);
}