function OpenContactUs(SiteID) { var URL = "http://network.iwoodapple.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, ItemType, ItemID) { var URL = "http://network.iwoodapple.com/Broadcast/TellAFriend.aspx?SiteID=" + SiteID + "&PageUrl=" + encodeURIComponent(document.location.href) + "&ItemType=" + ItemType + "&ItemID=" + ItemID; var oWin = window.open(URL , "TellAFriend", "toolbar=0,menu=0,width=710,height=650,scrollbars=1"); oWin.opener = self; oWin.focus(); }