﻿// JScript File
var iorg=293;
function myormr(title, key){
	var w = 764;
	var h = 531;
	var ww = Math.floor((screen.width-w)/2);
	var hh = Math.floor((screen.height-h)/2);
	var adr = "http://www.myormr.com/index.php";
	
	adr += "?iorg=" + iorg;
	adr += "&title=" + escape(title);
	adr += "&key=" + escape(key);
	window.open(adr, "myormr", "status=no,resizable=no,width=" + w + ",height=" + h + ",top=" + hh + ",left=" + ww);
}

