function g_Pop(where,w,h) {
	where = (where.indexOf("http://") != 0) ? "http://"+where : where;
	window.open(where,"","width="+w+",height="+h+",top=5,left=5,menubar=yes,location=yes,scrolling=yes,status=yes,resizable=yes")
}
