// ======================================
// Title: gigaonline Javascript Functions
// Author: John Lewis, Jr.
// Revision: 01/12/2007
// ======================================

function mailpage()
{
	mail_str = "mailto:?subject=Interesting Information at GigaOnline";
	mail_str += "&body=I found some information at GigaOnline.ro that I thought you might find interesting";
	mail_str += ". You can check it out at, " + location.href;
	location.href = mail_str;
}
function CreateBookmarkLink() {
title = 'GigaOnline.ro';
url = 'http://www.gigaonline.ro';
if (window.sidebar) { // Mozilla Firefox Bookmark
window.sidebar.addPanel(title, url,"")
} else if( window.external ) { // IE Favorite
window.external.AddFavorite(url,title)
}
else if(window.opera && window.print) { // Opera Hotlist
return true;}
}

function popup(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=1,width=800,height=500');");
}

function info(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=500,height=380');");
}

function help(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width=500,height=450');");
}

function chatlive(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=400');");
}