function openPopWindow(sstr) {
	window.open(sstr ,"newwin","width=600,height=400,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=1");
}