﻿// Home page popups (Default.aspx)

function Transportation() {
	OpenWin = window.open('portal_transportation.html', "Transportation", "width=335,height=500,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
}
function Hospital() {
	OpenWin = window.open('portal_hospitals.html', "Hospital", "width=250,height=250,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes");
}
function PSchool() {
	OpenWin = window.open('portal_privateschools.html', "PSchool", "width=250,height=400,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes");
}

function RadioMedia() {
	OpenWin = window.open('portal_radio.html', "RadioMedia", "width=250,height=250,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes");
}

function TelevisionMedia() {
	OpenWin = window.open('portal_tv.html', "TelevisionMedia", "width=250,height=250,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes");
}

function PrintMedia() {
	OpenWin = window.open('portal_print.html', "PrintMedia", "width=250,height=250,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes");
}

function Police() {
	OpenWin = window.open('portal_police.html', "Police", "width=250,height=250,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes");
}
