<!--
function lnk()
{
    var url = '';
	url += arguments[0]+'rando_vtt.php?action='+arguments[1]+'&ID='+arguments[2];
	document.location.href=url;
}
function tlnk()
{
    var url = '';
	url += arguments[0]+'techniques_vtt.php?action='+arguments[1]+'&ID='+arguments[2];
	document.location.href=url;
}
function goTopo()
{
	document.location.href=arguments[0]+'rando_vtt.php';
}
function goTopoClean()
{
	document.location.href=arguments[0]+'rando_vtt.php?CLEAN=1';
}
function prn()
{
    var url = arguments[0]+'print_topo.php?ID='+arguments[1];
	window.open(url,'','width=600,height=400,scrollbars=yes,menubar=yes,resizable=yes')
}
function prntech()
{
    var url = arguments[0]+'print_tech.php?ID='+arguments[1];
	window.open(url,'','width=600,height=400,scrollbars=yes,menubar=yes,resizable=yes')
}
function goSite()
{	
    var url = arguments[0]+'redirect.php?ID='+arguments[1];
	wnd=window.open(url,'VTTMania','height=600,width=800,scrollbars=yes,menubar=yes,resizable=yes');
	wnd.focus();
}
function lstDep()
{
	var url = arguments[0]+'rando_vtt.php?DEP='+arguments[1]+'&CLEAN=1&FORM=1';
	document.location.href=url;
}
//-->
