function go2(href) {parent.location.href=href;}
function go2w(href) {parent.location.href="http://"+href;}
function gl(href) {
	window.open(href, '', 'width=380,height=180');
	//glos.location.href=href;
}
function op(href) { window.open(href, '', 'width=380,height=180'); }
