function openWin(url){
	window.open(url);
}

function onOpenHrefwh( href, trg, t, l, w, h ) {
	var wndhr = window.open( href,trg,'top='+t+',left='+l+',width='+w+',height='+h+',dependent=yes,hotkeys=no,locationbar=no,menubar=no,resizable=yes,scrollbars=yes');
}


function pop(c, q, p, t)
{
	t_url = "/pop.php?c=" + c + "&q=" + escape(q) + "&p=" + p + "&t=" + escape(t);
	open(t_url,"popw","width=100, height=100, left=0, top=0,scrollbar=no");
	self.focus();
}