//function to open pop-up windows
function engineOpen(url,name,features) {
	window.open(url,name,features);	
}

function contactWindow() {
	engineOpen('contact.html','contact','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=305,height=350');
}

function supportWindow() {
	engineOpen('why_support.html','contact','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=305,height=350');
}

function galleryWindow() {
	engineOpen('gallery/gallerywindow.html','gallery','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=740,height=500');
}

function designWindow() {
	engineOpen('design/designwindow.html','gallery','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=740,height=500');
}

function ugWindow() {
	engineOpen('urbangarden/flash/ugwindow.html','landscaping','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=740,height=500');
}

function bainTIME() {
	engineOpen('bain/bainpop.html','gallery1','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=740,height=500');
} 

function altartWindow() {
	engineOpen('alt_art/alt_art.html','gallery2','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=740,height=500'); 
}

function theIntroYO() {
	engineOpen('intro/intro_window.html','gallery3','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=740,height=500');
}

function getExperimental() {
	engineOpen('film/filmwindow.html','gallery4','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=740,height=500');
}

function joinWindow() {
	engineOpen('join.html','contact','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=315,height=350');
}

function copyrightWindow() {
	engineOpen('copyright.html','copyright','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=293,height=356');
}

function pollWindow() {
	engineOpen('poll.html','poll','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=308,height=400');
}

function testprints() {
	engineOpen('gallery/testprints.html','testprints','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=350,height=450');
}

function mantleWindow() {
	engineOpen('mantle_art.html','mantle','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=600,height=447'); 
}	

function publicWindow() {
	engineOpen('public_art.html','mantle','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=600,height=447'); 
}

function archiveWindow() {
	engineOpen('public_art_archive.html','mantle','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=600,height=447'); 
}

function commissionsWindow() {
	engineOpen('commissions.html','mantle','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=600,height=447');
}	

function yartME() {
	engineOpen('yartsale0607/index.html','yarty','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=550,height=520');
} 

function brainME() {
	engineOpen('brain/brain.html','gallery4','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=740,height=500');
} 

function pondermeTHIS() {
	engineOpen('poll/archive.html','poll','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=308,height=400');
}




