function visitorPopUp(link,width,height,scrolling){
	var _hgPopWin = window.open(link,"_hgWin","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+scrolling+",resizeable=0,width="+width+",height="+height);
}

