function printwin(){
	print();
}

function scrollup(){
	parent.window.scrollTo(0,0)
}

function openPopup(path,width,height){
	window.open(path,"POPUP","scrollbars=1,width="+width+",height="+height);
}
