// JavaScript Document Free JavaScripts provided by The JavaScript Source(http://javascriptsource.com)
// html example: <a href="javascript:Start('URL')";>
<!-- Begin
function Start(page) {
OpenWin = this.open(page, "", "toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=560,height=270,top=50,left=50");
}
//-->
