function open_window()
{
	window.open(document.location.href+"?css=print","mywindow","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=300");
}

