var urlAddress = "http://www.fileingy.com/";
var pageName = "Fileingy.com - Free File Hosting";

function bookmark( url, title )
{
	if ( window.sidebar && window.sidebar.addPanel )
		window.sidebar.addPanel( title, url, '1' ) ;//Gecko
	if ( window.external )
		window.external.AddFavorite( url, title )  ;
}

function bookmark_it()
{
	bookmark(  urlAddress, pageName ) ;
}

function bookmark_this( title )
{
	bookmark( window.location.href, title ) ;

}
function DoPostText(n)
{
		if (n==1)
		{
			document.URLform.URL.value = document.URLform.f_requestText1.value;
		}
		else if (n==2)
		{
			document.URLform.URL.value = document.URLform.f_requestText2.value;
		}
}
function openFriend()
{
	wopen("sendtofriend.php?title=fileingy.com&site=http://www.fileingy.com","halfCheck",550,450);
}
