function OpenWindow(theURL) {
	window.open(theURL,'pop_win','scrollbars=yes,width=400,height=400,resizable=1,menubar=1');
}
