﻿
function intranet(){
	subwin=window.open("ind_pop_intra.htm", 'WindowTitle','locationbar=false,menubar=false,toolbar=false,statusbar=false,scrollbars=yes,resizable=yes,left=0,top=0');
	subwin.resizeTo(798,488);
	subwin.focus();
	//subwin.location = "ind_pop_intra.htm";
}

function internet(){
	subwin=window.open("ind_pop_inter.htm", 'WindowTitle','locationbar=false,menubar=false,toolbar=false,statusbar=false,scrollbars=yes,resizable=yes,left=0,top=0');
	subwin.resizeTo(798,488);
	subwin.focus();
	//subwin.location = "ind_pop_inter.htm";
}

	
