// JavaScript Document

function openWindow(page) {
location.href = page;
}

function openNewWindow(page) {
  popupWin = window.open(page, 'ctrlWindow','menubar=1,toolbar=1,location=1,directories=1,status=1,scrollbars=1,resizable=1,dependent=1,width=800,height=700,left=0,top=0');
}

/*function opencustrank(cuslinkid,googlepr,country,onlinesince,totrate)
{
	winurl = "http://www.build-reciprocal-links.com/custrankpopup.html?custrankid=" + cuslinkid + "&googlepr=" + googlepr + "&country=" + country + "&onlinesince=" + onlinesince + "&totrate=" + totrate ;	
mywindow = window.open (winurl,"mywindow","location=1,status=1,scrollbars=1,width=600,height=700");
mywindow.moveTo(0,0);
}
*/

 



