

function popup(mylink, windowname,params) {
	var href;
	if (typeof(mylink) == 'string')
		 href=mylink;
	else
		 href=mylink.href;
	//window.open(href, windowname,'width=771,height=630,scrollbars=no,resizable=no,toolbar=no,location=yes,menubar=no');
	raw_popup(href,windowname,'width=771,height=630,scrollbars=no,resizable=no,toolbar=no,location=yes,menubar=no');
}

function pop_pageview(src) {
	return link_popup(src,'width=600,height=400,scrollbars=no');
}

function pop_screenshot(src) {
	return link_popup(src,'width=510,height=659,scrollbars=no');
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

