﻿var newwindow;
function recommend(url)
{
	newwindow=window.open(url,'name','height=500,width=730,resizable=1,scrollbars=1');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function bad(url)
{
	newwindow=window.open(url,'name','height=350,width=730,resizable=1,scrollbars=1');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function save(url)
{
	newwindow=window.open(url,'name','height=100,width=200,resizable=1,scrollbars=1');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function rate(url)
{
	newwindow=window.open(url,'name','height=130,width=319,resizable=1,scrollbars=1');
	if (window.focus) {newwindow.focus()}
}

function ContactUs()
{	
	window.open('http://www.sex-library.com/contact.html','newWin','toolbar=no,location=no,scrollbars=no,resizable=no,width=340,height=240');
}

var newwindow;
function popwindow()
{
    newwin = window.open('about:blank','newwin','width=340,height=240');
}

var bookmarkurl="http://www.sex-library.com/"
var bookmarktitle="Sex-Library.com Adult Links"
function addbookmark()
{
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

//<![CDATA[
function bookmark(anchor){
   if(window.external)
   {
       window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
       return false;
   }
   return true;
}
//]]>