// JavaScript Document
function Launch(page)
{ 
	OpenWin = this.open(page, "CtrlWindow"); 
}