<!-- Begin
	function openwindow(URL){HI=window.open(URL,"HI","toolbar,location,status,menubar,scrollbars, top=0,left=50,resizable")}
	function openwindowX(URL){HI=window.open(URL,"HI","toolbar,location,status,menubar,scrollbars,width=766,height=500,top=50,left=50,resizable")}
	function helpwindowX(URL){HI=window.open(URL,"HI","toolbar,location,status,menubar,scrollbars,width=400,height=500,top=50,left=50,resizable")}
	function openNews(URL){HI=window.open(URL,"HI","scrollbars,width=600,height=650,top=50,left=50,resizable")}
	function popwin1(URL){HI=window.open(URL,"HI","toolbar,location,status,menubar,scrollbars,width=500,height=200,top=50,left=50")}

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  David Sosnowski (support@codefoot.com) -->
<!-- Web Site:  http://www.codefoot.com -->

function blockError(){return true;}
window.onerror = blockError;

function popwin(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=200');");
}


<!-- Begin
function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}

<!-- Popup window for Subscription -->

function SubsPopupLvl() {
var page = "http://www.marketremarks.com/subscriptions/subscription-popup.shtml";
windowprops = "height=450,width=300,location=no,"
+ "scrollbars=no,menubars=no,toolbars=no,resizable=no";

window.open(page, "SubsPopup", windowprops);
}

<!-- Pop-under window for Subscription -->

function goNewWin() {
var page = "http://www.marketremarks.com/subscriptions/subscription-popup-cwi.shtml";
windowprops = "height=510,width=300,location=no,"
+ "scrollbars=no,menubars=no,toolbars=no,resizable=no";

//***Get what is below onto one line***

TheNewWin =window.open(page,'TheNewpop', windowprops);

//***Get what is above onto one line*** 

TheNewWin.blur();

}

function refer_us_window(URL)
{
	var target_url ;

	target_url = URL + "?op=" + location.href ;

	HI=window.open(target_url,"HI","status,scrollbars,width=640,height=500,top=0,left=50,resizable")
}

function js_email_url ( sb_user, sb_domain, sb_text, sb_class, sb_subject )
{
	var lcl_recipient	= sb_user + "@" + sb_domain ;

	if( sb_class == "" ) 
	{
		sb_class = " ";
	}

	if( sb_text == "" ) 
	{
		sb_text = lcl_recipient ;
	}

	var string_1 = "<a class=\"" + sb_class + "\" href=\"";
	var string_2 = "\">" ;
	var string_3 = "</a>" ;
	var lcl_url = "mailto:" + lcl_recipient ;

	lcl_url = lcl_url + "?subject=" + sb_subject ;

	var email_string = string_1 + lcl_url + string_2 + sb_text + string_3 ;

	document.write(email_string);
	
	return true ;
}

//  End -->


