<!-- 

// Todd Butler Group - Soundcheck Page

// Disallow display with a frameset
if (top.location != self.location)
	top.location = self.location

function showStores(url) {

var wndw = null;
help_wndw = window.open(url,"","width=300,height=350,scrollbars=yes");
if (wndw) help_wndw.focus();
 
}

function showOrderForm(url) {

var wndw = null;
help_wndw = window.open(url,"","width=400,height=500,scrollbars=yes");
if (wndw) help_wndw.focus();
 
}
// -->  
