// JavaScript Document

function Link_prep(name){
		CreateLink='teachers/'+name+'.htm';
		open(CreateLink,"PrepWin","width=530,height=600,status=yes,resizable=no,toolbar=no,menubar=no,scrollbars=yes");
}	

function Linker(name){
    CreateLink=name+'.html';
    open(CreateLink,"LicenseWin","width=630,height=700,status=yes,resizable=no,toolbar=no,menubar=no,scrollbars=yes");
} 
