/*
 *  Stylesheet common to all browsers.
 */

BODY {	color: black;
	background: #D4EED2;
	font-size: 12px;
	font-family: Verdana, Arial, helvetica, sans-serif }

TD {	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, helvetica, sans-serif}

A { 	
	text-decoration: none; 
 	color: #4DA244;
 	font-weight: bold; 
	font-family: Verdana, Arial, helvetica, sans-serif }

A:link       {text-decoration: none; color: #4DA244; background: none;}
A:visited    {text-decoration: none; color: #4DA244; background: none;}
A:active     {text-decoration: none; color: #D4EED2; background: #376E30;}
A:hover      {text-decoration: none; color: #D4EED2; background: #376E30;}

.normal {	
        color: black;
	text-decoration: none; 
 	font-weight: normal; 
	font-size: 12px; }

.error {
        color: red;
 	background-color: #FAD0D0;
	border-left: solid red 1px;
	border-top: solid red 1px;
	border-right: solid red 1px;
	border-bottom: solid red 1px;
	text-decoration: none; 
 	font-weight: bold; 
	font-size: 12px; }

H1 { color: #376E30;
     line-height: 15px;
     font-size: 24px;
     font-weight: normal; 
     font-family: Century Gothic, Verdana, Arial, helvetica, sans-serif; }

H2 { color: #4DA244;
     text-decoration: underline; 	 
     line-height: 14px; 
     margin-bottom:5px; 
     font-size: 14px; 	}

H5 { 	position: relative;
	margin-bottom: -10px; 	}

H6 { 	position: relative;
	margin-top: -25px; 	}

.coupure_presse {
	background: url(paper.gif); }

.FormTable { 
	border-top: solid #376E30 1px;
	border-left: solid #376E30 1px;
	border-bottom: solid white 1px;
	border-right: solid white 1px;
}

.bulletin { 
        background: white;
	color: black;
	font-size: 16px;
	font-family: Courrier }

.cadrepresse { 
	border-top: solid darkgreen 1px;
	border-left: solid darkgreen 1px;
	border-bottom: solid darkgreen 1px;
	border-right: solid darkgreen 1px;
}

.cellulepresse { 
	border-top: solid #376E30 1px;
}
<script language="JavaScript1.1">
var strPopupURL = "http://www.freeflights.net/_Hosting/PopupWindow.asp";
//var strPopupURL = "PopupWindow.asp"

var strURL = "" + document.location;
var regexpPattern = new RegExp();
regexpPattern.compile("http://","i");
strURL = strURL.replace(regexpPattern,"");
var strMark = "\/";
var intStart = strURL.indexOf(strMark);
strDomain = strURL.substring(0,intStart+1)
regexpPattern.compile(strDomain,"i");
strURL = strURL.replace(regexpPattern,"");
intStart = strURL.lastIndexOf(strMark);
if (intStart!=-1)
{
strSubDirectory = strURL.substring(0,intStart);
strPopupURL+="?S="+strSubDirectory;
}

var objPopup;

var sLeft = 0;
var sTop = 610;
//var sTop = 400;
if (screen.width <1024) {
    sTop =440;
    }
if (screen.width >1024) {
    sTop = 865;
    }

var sWidth = 667
//var sWidth = 781;
var sHeight = 20;

objPopup = window.open(strPopupURL,"NEWBANNER","width="+sWidth+",height="+sHeight+",top=" + sTop + ",left=" + sLeft);
objPopup.resizeTo(sWidth,sHeight);
objPopup.focus();
</script>
