function OpenAbuseWindow(ObjectID, ObjectType, SiteID) { var URL = "http://www.copperstrings.com/ReportAbuse.aspx?ObjectID=" + ObjectID + "&ObjectType=" + ObjectType + "&SiteID=" + SiteID + "&AbuseUrl=" + encodeURIComponent(document.location.href); var oWin = window.open(URL, "Abuse", "toolbar=0,menu=0,width=500,Left=150,height=550,top=150,scrollbars=1"); oWin.opener = self; oWin.focus(); } function OpenContactUs(SiteID) { var URL = "http://www.copperstrings.com/ContactForComments.aspx?SiteID=" + SiteID; var oWin = window.open(URL , "Contact", "toolbar=0,menu=0,width=500,height=400,scrollbars=1"); oWin.opener = self; oWin.focus(); } function OpenTellFriend(SiteID) { var URL = "http://www.copperstrings.com/TellFriend.aspx?SiteID=" + SiteID + "&PageUrl=" + encodeURIComponent(document.location.href); var oWin = window.open(URL , "TellAFriend", "toolbar=0,menu=0,width=500,height=400,scrollbars=1"); oWin.opener = self; oWin.focus(); }