function runKeyLook_Output() 
{
  AC_FL_RunContent('classid','clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFB','width','918','height','438','align','middle','quality','high','allowscriptaccess','sameDomain','wmode','transparent','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','../../../www/514/files/keylook_outfit?pageurl=' + window.location);
}

function runKeyLookPreview_Output() 
{
  AC_FL_RunContent('classid','clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFB','width','918','height','438','align','middle','quality','high','allowscriptaccess','sameDomain','wmode','transparent','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','../../../www/514/files/keylook_outfit_preview?pageurl=' + window.location);
}

function getQueryString ()
{
 var querystring = new Array;
 
 // parse current url into an array with the keys/values
 var q = String (document.location).split ('?')[1];
 if (!q) return false;
 q = q. split ('&');

 for (var i = 0 ; i < q.length; i++)
 {
   // for each key/value, split them at the '='
   // and add them to the qerystring array
   var o = q[i].split('=');
   querystring[o[0]] = o[1];
 }

 // return the querystring
 return querystring;
}


function passArticleId() 
{
    var querystring = getQueryString();
	var articleid = querystring['aid']; 		
	 
	  AC_FL_RunContent('classid','clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFB','width','918','height','438','align','middle','quality','high','allowscriptaccess','always','wmode','transparent','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','../../../www/514/files/keylook_main?aid=' + articleid);

}
