// ===========================================
//  Created by: John-Erik Omland -- JEOWebProductions.com
// ===========================================

/*
  -- USAGE:    call to open popup window for product details
 */


function launchProductDetailWindow(descriptionFileName) { //v2.0
	window.open(descriptionFileName,'productDescriptionWindow','width=980,height=680, scrollbars=yes')
// MM_openBrWindow(theURL,winName,features)
}
// ===========================================

// ===========================================

