/* Used for onload code on Products form as onload code in the domino form and also set in the add load event does not work together */
addLoadEvent(function (){
if( isObject( document.forms[0].prod_shades1))
{
//if( isObject( ShadeDoc.prod_shades1) && ShadeDoc.prod_shades1.length ){
//}
//if ( typeof( window[ 'ShadePathAndIndex' ] ) != "undefined" ) {
   PrimeSamplePicker(document.forms[0]);
//   } 
}
});




