// JavaScript Document

function launchPlayer() {
	playerwin = window.open("http://www.landmarkresort.com/videoplayer.cfm", "newwindow", "height=275,width=335", "toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no");
}


