﻿function bookmarksite() {
    url = self.location.href;
    title = 'Products2Web - Sell Online';

    if(document.all) {
        // IE
        window.external.AddFavorite(url,title);
    }else{
        alert('Please press Ctrl + D to bookmark Products2Web.');
    }
}

function videopopup(url)
{
 var width  = 1048;
 var height = 745;
 var left   = ((screen.width  - width)/2)-100;
 var top    = ((screen.height - height)/2)-80;
 var params = 'width='+width+', height='+height;
 params += ', top='+top+', left='+left;
 params += ', directories=no';
 params += ', location=yes';
 params += ', menubar=no';
 params += ', resizable=yes';
 params += ', scrollbars=yes';
 params += ', status=no';
 params += ', toolbar=no';
 newwin=window.open(url,'windowname5', params);
 if (window.focus) {newwin.focus()}
 return false;
}


function InsertCopyright() {
    document.write('<p class="copyright">Copyright &copy; 2008 Solent Computer &amp; Internet Services Ltd.</p>');
}
