/*
 * DO NOT REMOVE THIS NOTICE
 *
 * PROJECT:   Forrest Snyder Website
 * VERSION:   1.15
 * COPYRIGHT: (c) 2005 - 2008 Forrest Snyder
 * LINK:      http://www.forrestsnyder.com
 */


function createWindow(cwUrl,cwName,cwFeatures) {
	var xWin = window.open(cwUrl,cwName,cwFeatures)
}

function doLinkWindow(page) {
OpenWin = this.open(page, "", "height=650,width=950,toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
}

function doCritWindow(page) {
OpenWin = this.open(page, "", "height=650,width=800,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
}