function newlinkWindow(file,window) {
     msgWindow=open('','','resizable=yes,scrollbars=yes,width=600,height=300,left=200,top=200');
     msgWindow.location.href = file;
     if (msgWindow.opener == null) msgWindow.opener = self;
}
function newlinkWindow2(file,window,width,height) {
	var atr = "resizable=yes,scrollbars=yes,width="+width+",height="+height+",left=20,top=20";
     msgWindow=open('','',atr);
     msgWindow.location.href = file;
     if (msgWindow.opener == null) msgWindow.opener = self;
}
var bookmarkurl="http://www.sitestogo.biz"
var bookmarktitle="Sites to go - Website builder"

function addbookmark(){
    if (document.all){
        window.external.AddFavorite(bookmarkurl,bookmarktitle);
    } else if(document.layers || document.getElementById){
        alert('press CTRL+d to bookmark');
    }
}
function openwin(url,terms){
	if (terms == 1){ 
		window.open(url + 'homepages/terms.php?id=943', 'new', ' scrollbars=yes,width=400,height=300',false);
	} else {
		window.open(url + 'homepages/privacy.php?id=943', 'new', ' scrollbars=yes,width=400,height=300',false);
	}
}

