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');
}
