// 2003 Conxit Corporation


function ShowVideo(){

URL = "includes/oceanwaterloader.swf"
features = "left=200, top=200, width=250, height=220"
owin = "videowindow"

window.open(URL, owin, features)


}

