var v_store_url="/index.html";
var trimx = -98;
var fw_host = "rocketmediaproduction.com";
var _href = top.location.href;
try {
    //fw_host = _href.replace(/^(.+?):\/\/[^\/]*?\.?([^\.\/]+\.[^\.\/]+)\/([^\/]*)\/.*$/gi, "$1://www.$2/$3");
     fw_host = _href.replace(/^(.+?):\/\/[^\/]*?\.?([^\.\/]+\.[^\.\/]+)\/([^\/]*)\/.*$/gi, "$2/$3");
} catch (e) {}

function StandardPopup(formparam, n, w, h){
		var dw=450, dh=400, dn="RLPopup";
		if(typeof(w) != 'undefined' && w != null) dw = w;
		if(typeof(h) != 'undefined' && h != null) dh = h;
		if(typeof(n) != 'undefined' && n != null) dn = n;	
		var thedocument = window.location.protocol + "//www." + fw_host + "/details/" + formparam + ".html";
	try {
		var win = window.open(thedocument,dn,"left=200,top=50,height=" + String(dh) + ",width=" + String(dw) + ",status=no,toolbar=no,menubar=no,location=no,scrollbars=1;");			
		if(win) win.focus();
	} catch (e) {}
}

function HintsPopup(formparam, n, w, h){
		var dw=620, dh=500, dn="RLHints";
		if(typeof(w) != 'undefined' && w != null) dw = w;
		if(typeof(h) != 'undefined' && h != null) dh = h;
		if(typeof(n) != 'undefined' && n != null) dn = n;	
		var thedocument = window.location.protocol + "//www." + fw_host + "/hints/" + formparam + ".html";
	try {
		var win = window.open(thedocument,dn,"left=200,top=50,height=" + String(dh) + ",width=" + String(dw) + ",status=no,toolbar=no,menubar=no,location=no,scrollbars=1;");			
		if(win) win.focus();
	} catch (e) {}
}


function zStandardPopup(formparam, n, w, h){
		var dw=450, dh=400, dn="RLPopup";
		if(typeof(w) != 'undefined' && w != null) dw = w;
		if(typeof(h) != 'undefined' && h != null) dh = h;
		if(typeof(n) != 'undefined' && n != null) dn = n;	
		var thedocument = window.location.protocol + "//www." + fw_host + "/R543jhe23/" + formparam;
	try {
		var win = window.open(thedocument,dn,"left=200,top=50,height=" + String(dh) + ",width=" + String(dw) + ",status=no,toolbar=no,menubar=no,location=no,scrollbars=1;");			
		if(win) win.focus();
	} catch (e) {}
}

function SysReq(){
	try {
		var win = window.open(window.location.protocol + "//www." + fw_host + "/details/sysreq.html","sysreq","height=600,width=547,status=0,toolbar=0,menubar=0,location=no,scrollbars=1");
		if(win) win.focus();
	} catch (e) {}
}


