

/*
*	*******************
*	*******************
*	NOTICE*************
*	*******************
*	*******************
*
*
*	When creating a new window:
*
*	function name() {
*  		window.open('win-a-trip-to-chicago/default.htm','IDName','width=600,height=680');
*	}
*
*	Make sure ID are all one word, e.g. IDName and not with '-' e.g. id-name. IE will
*	not open a window if the ID has a '-' in it.
*
*
*
*
*
*
*
*
*/





function winChic() {
  window.open('win-a-trip-to-chicago/default.htm','winChic','width=600,height=680');
}


function halfkids() {
  window.open('half-price-kids/default.htm','halfPriceKids','width=600,height=670');
}


function jobsForm() {
  window.open('jobsform/default.htm','jobsForm','width=600,height=640');
}

function termsWindow() {
  window.open('terms/default.htm','termsWindow','width=600,height=640');
}

function panoramaPopup(imageURL) {
  window.open('panorama.php?imageURL=' + imageURL,'panoramaWindow','width=648,height=400');
}

function privacyWindow() {
  window.open('privacy.htm','privacyWindow','status=yes,scrollbars=yes,resizable=yes,width=600,height=640');
}

function haveYouHerd() {
  window.open('times/default.htm','haveYouHerdWindow','width=600,height=652');
}

function haveYouHerd2() {
  window.open('news/default.htm','haveYouHerdWindow','width=600,height=652');
}

function haveYouHerdJuly() {
  window.open('haveyouherd/july-default.htm','haveYouHerdWindow','width=600,height=660');
}

function sundaymusic() {
  window.open('sundaymusic/default.htm','sundaymusicWindow','width=600,height=660');
}

function jobsNewsletter() {
  window.open('newsletter/newsletter12-08/','jobsNewsletterWindow','width=661,height=670');
}

function beerburger() {
  window.open('beerburger/default.htm','beerburgerWindow','width=600,height=660');
}

function football() {
  window.open('football/default.htm','beerburgerWindow','width=600,height=660');
}

function vantentines() {
  window.open('valentines/default.htm','beerburgerWindow','width=600,height=660');
}

function loveShack() {
  window.open('love-shack-booking/default.htm','loveShack','width=600,height=660');
}

function termsConditions() {
  window.open('love-shack-booking/tc.htm','termsConditions','width=600,height=200');
}

function shackAttack() {
  window.open('shack-attack-booking/default.htm','shackAttack','width=600,height=665');
}

function luol() {
  window.open('happy-hour/default.htm','luol','width=600,height=665');
}

function nyeMenu() {
  window.open('nyemenu/default.htm','nyeMenu','width=600,height=660');
}

function menuFolder() {
  window.open('menu-Folder/default.htm','menuFolderWindow','width=600,height=652');
}

function breakfast() {
  window.open('breakfast-booking/default.htm','breakfast','width=600,height=660');
}
function independence() {
  window.open('independence-day/default.htm','independence','width=600,height=680');
}

function xmas() {
  window.open('media/xmas-menu-09.pdf');
}
