function popWin(url, title, width, height, scrollbars, top, left){
	window.open (url, title, 'height='+height+', width='+width+', top='+top+', left='+left+', toolbar=no, menubar=no, scrollbars='+scrollbars+', resizable=no,location=n o, status=no')
}

/*	<a href="#" onclick="popWin('registerRoom.action','Vc',200,100,'yes');return false;" >sdfa</a>*/
