function openWindow(href_in,h,w,scroll){
	window.open(href=href_in,'msgpass','scrollbars=' + (scroll?'yes':'no') + ',resizable=no,height='+h+',width='+w+',left=100,top=100');
	return false;
}