/*STATIC win object references. Do not reassign*/
var WIN_LIVECHAT = {name:"comet_win_livechat",features:"scrollbars=1,width=469,height=368,left="+(screen.width-580)/2+",top="+(screen.height-250)/2};


function win(url,windowType){
	newwin = window.open(url,windowType.name,windowType.features);
	newwin.focus();
	return false;
}

/* end code for popup windows */

