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


