function us_popup( strURL, intW, intH, strName ) { popup( strURL, intW, intH, strName ); return false; }
function popup( strURL, intW, intH, strName ) 
{
	if (usnWindow != null) { if (!usnWindow.closed) { usnWindow.close(); } }
	var usnWindow = window.open( strURL, strName, 'width='+intW+',height='+intH+',resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no,scrollbars=1' );
	usnWindow.focus();
//	return false;
}
function NonIEAlert()
{ 
	alert('To add this page to your favourites please follow the instructions below:\n\n\nNetscape & Firefox:\nClick "Bookmarks" in the menu bar and then "Bookmark This Page".\n\n\nOpera\nClick "Bookmarks" in the menu bar and then "Add to bookmarks".\n');
	return false;
}
function AddToFavs()
{
	window.external.AddFavorite(location.href, 'uSwitch.com - ' + document.title);
	return false;
}
function Friends()
{
	alert('Sorry this article is unavailable and cannot be send to your friends.');
	return false;
}
