function printpage() {
	opt = 'dependent, height=500, width=600, location=0, menubar=0, resizable=1, status=0, titlebar=0, toolbar=0, scrollbars=1';
	url = '?print';
	window.open(url, '', opt); 
}


