/*
======================================================================
 Liquid Nails: Small Package Adhesive JavaScript.
======================================================================
*/

function my_initFlash() {

	// Load the home page Flash animation.
	var so = new SWFObject( '../flash/products/smallPackageAdhesive/surfaceSelector.swf', 'my_flashContentMovie', '790', '450', '8', '#ffffff' );

	so.addParam( 'wmode', 'transparent' );
	so.addParam( "scale", "noscale" );
	so.addParam( "salign", "lt" );

	so.addVariable( 'flashDir', '../flash/products/smallPackageAdhesive/' );
	so.addVariable( 'xmlUrl', '../xml/products/smallPackageAdhesive/surfaceSelector.xml' );
	so.addVariable( 'tipsXmlUrl', '../xml/products/smallPackageAdhesive/surfaceSelectorTips.do' );
	so.addVariable( 'doJavaScript', 'true' );
	if ( document.location.href.endsWith( '#showConsole' ) ) so.addVariable( 'showConsole', 'true' );

	so.write( 'my_flashContent' );

} // End my_initFlash().

function my_resizeFlash( height ) {

	var obj = $( 'my_flashContentMovie' );
	obj.style.height = height + 'px';

} // End my_resizeFlash().

function my_trackResults( material1, material2 ) {

	pageTracker._trackPageview( '/products/smallPackageAdhesive.jsp/results/' + material1 + '_' + material2 );

} // End my_trackResults().
