function TellFriend(ID) { wnd=window.open ("http://www.vkgroup.be/SendToFriend/Default.asp?ID=" + ID,"TellFriend", "width=600,height=500,toolbar=no,hotkeys=no,menubar=no,status=no,scrollbars=yes,dependent=yes,resizable=yes"); wnd.focus(); } function AskExpert(ID) { wnd=window.open ("http://www.vkgroup.be/AskExpert/Default.asp?ID=" + ID,"AskExpert", "width=600,height=500,toolbar=no,hotkeys=no,menubar=no,status=no,scrollbars=yes,dependent=yes,resizable=yes"); wnd.focus(); }