﻿function ContactPopUp(url)
{
new_window = window.open(url,'Contact','toolbar=0,menubar=0,resizable=0,scrollbars=1,dependent=0,status=0,width=300,height=300,left=50,top=50')
}

function Login(url)
{ 
new_window = window.open('http://www.schoolssports.com/memberlogin.asp','Login')
}

function TopHits(url)
{
new_window = window.open(url,'TopHits','toolbar=0,menubar=0,resizable=0,scrollbars=1,status=0,width=550,height=575,left=25,top=25')
}

function MatchReport(url)
{
new_window = window.open(url,'MatchReport','toolbar=0,menubar=0,resizable=0,scrollbars=0,status=0,width=550,height=575,left=25,top=25')
}

function Groups(url)
{
new_window = window.open(url,'Groups','toolbar=0,menubar=0,resizable=0,scrollbars=1,dependent=0,status=0,width=550,height=500,left=25,top=25')
}

function Photo(url)
{
new_window = window.open(url,'TeamPhoto','toolbar=0,menubar=0,resizable=1,scrollbars=1,dependent=0,status=0,width=800,height=600,left=5,top=5')
}

function Squad(url)
{
new_window = window.open(url,'SquadList','toolbar=0,menubar=0,resizable=0,scrollbars=0,dependent=0,status=0,width=480,height=600,left=5,top=5')
}

function Draw(url)
{
new_window = window.open(url,'DMDraw','toolbar=0,menubar=0,resizable=1,scrollbars=1,dependent=0,status=0,width=800,height=600,left=5,top=5')
}
function CalDay(url)
{
new_window = window.open(url,'CalDay','toolbar=0,menubar=0,resizable=1,scrollbars=1,dependent=0,status=0,width=800,height=600,left=5,top=5')
}
function LatestNews(url)
{
new_window = window.open(url,'LatestNews','toolbar=0,menubar=0,resizable=0,scrollbars=0,status=0,width=550,height=575,left=25,top=25')
}

function ActionPhoto(url)
{ 
new_window = window.open(url,'TeamPhoto','toolbar=0,menubar=0,resizable=1,scrollbars=1,dependent=0,status=0,width=700,height=600,left=5,top=5')
}
function Record(url)
{
new_window = window.open(url,'Record','toolbar=0,menubar=0,resizable=1,scrollbars=1,dependent=0,status=0,width=550,height=550,left=25,top=25')
}
function FixtureList(url)
{
new_window = window.open(url,'FixtureList','toolbar=0,menubar=0,resizable=0,scrollbars=1,dependent=0,status=0,width=550,height=500,left=25,top=25')
}

function Info(url)
{ 
new_window = window.open(url,'Info','toolbar=0,menubar=0,resizable=1,scrollbars=1,dependent=0,status=0,width=400,height=400,left=5,top=5')
}









