// MM Dreamweaver

function openBridalPopUp (theURL)  {
	MM_openBrWindow (theURL,'popbride','toolbar=no,width=480px,height=680px');
}

function openMediaPopUp(theURL) {
	MM_openBrWindow(theURL,'popMedia','toolbar=yes,width=361,height=650');
}

function openStorePopUp(theURL) {
	MM_openBrWindow(theURL,'popMedia','toolbar=no,width=1020,height=525,scrollbars=yes');
}

function openRunwayPopUp(theURL) {
	MM_openBrWindow (theURL, 'popRunway', 'toolbar=no, width=480px, height=680px');
}

function openTaffetaPopUp(theURL) {
	MM_openBrWindow (theURL, 'popSwatch', 'toolbar=no, width=825px, height=425px');
}

function openDuchessPopUp(theURL) {
	MM_openBrWindow (theURL, 'popSwatch', 'toolbar=no, width=825px, height=525px');
}

function openChiffonPopUp(theURL) {
	MM_openBrWindow (theURL, 'popSwatch', 'toolbar=no, width=825px, height=425px');
}

function openDupioniPopUp(theURL) {
	MM_openBrWindow (theURL, 'popSwatch', 'toolbar=no, width=825px, height=300px');
}

function openPressPopUp(theURL) {
	MM_openBrWindow (theURL, 'popPress', 'toolbar=no, width=800px, height=650px, scrollbars=yes');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

