function sendinfo(){  var the_link="sendlink.php?linktitle1=" + document.title + "&linklocation1=" + location.href;  var new_win=window.open(the_link, "", "width=600, height=740");}
