d=document;
function o(x){return ((typeof x == 'string')?d.getElementById(x):x);}

function plate(o) {
	img=window.open('', '_blank', 'width=320, height=240, scrollbars=0,resizable=1,menubar=1,toolbar=0,status=0,location=0,directories=0');
	img.document.write("<html><head><script src='ekei.com.js'></script></head><body style='margin:0; padding:0' onload='go()'><img id='x' src='"+o.href+"'><script>function go() {window.resizeBy(o('x').width-document.body.clientWidth,o('x').height-document.body.clientHeight);window.moveTo((screen.width - document.body.clientWidth)/2,(screen.height - document.body.clientHeight)/2)}<\/script></body></html>");
	img.document.close();
	return false;
}

function popup(o) {
	window.open(o, "_blank")
	return false;
}

d.oncontextmenu=new Function("return false")
