// JavaScript Document

// JScript File

function op(url){
        nw = window.open(url, 'nwin', 'width=' +(screen.availWidth-10)+ ',height=' +(screen.availHeight-35)+ ',toolbar=no,location=no,status=no,resizable=no,directories=no,menubar=no,top=0,left=0');
	    }
	
function popup(url) {
		var w = 470;
		var h = 400;
		var l = Math.floor((screen.width-w)/2);
		var t = Math.floor((screen.height-h)/2);
		var stile=  "top=" + t + ",left=" + 1 + ",width=" + w + ",height=" + h + ",status=no, menubar=no, toolbar=no scrollbars=yes";
			window.open(url,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",toolbar=no, scrollbars=yes, status=no");
		}

function dimpopup(url) {
		var w = 518;
		var h = 292;
		var l = Math.floor((screen.width-w)/2);
		var t = Math.floor((screen.height-h)/2);
		var stile=  "top=" + t + ",left=" + 1 + ",width=" + w + ",height=" + h + ",status=no, menubar=no, toolbar=no scrollbars=yes";
			window.open(url,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",toolbar=no, scrollbars=yes, status=no");
		}
		
function dimpopup1(url) {
		var w = 298;
		var h = 404;
		var l = Math.floor((screen.width-w)/2);
		var t = Math.floor((screen.height-h)/2);
		var stile=  "top=" + t + ",left=" + 1 + ",width=" + w + ",height=" + h + ",status=no, menubar=no, toolbar=no scrollbars=yes";
			window.open(url,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",toolbar=no, scrollbars=yes, status=no");
		}		