﻿//Functions to show videos
function showVideo_Glass() {
	return hs.htmlExpand(null, { objectType: 'iframe', src: '/Videos/HortiVsRhino.aspx', objectLoadTime: 'after', wrapperClassName: 'no-footer no-move', height: 502, width: 641, align: 'center' });
}

function showVideo_Football() {
	return hs.htmlExpand(null, { objectType: 'iframe', src: '/Videos/Football.aspx', objectLoadTime: 'after', wrapperClassName: 'no-footer no-move', height: 502, width: 641, align: 'center' });
}

function showVideo_GolfBall() {
	return hs.htmlExpand(null, { objectType: 'iframe', src: '/Videos/GolfBall.aspx', objectLoadTime: 'after', wrapperClassName: 'no-footer no-move', height: 502, width: 641, align: 'center' });
}

function showVideo_Van() {
	return hs.htmlExpand(null, { objectType: 'iframe', src: '/Videos/Van.aspx', objectLoadTime: 'after', wrapperClassName: 'no-footer no-move', height: 502, width: 641, align: 'center' });
}

function showVideo_Breaks() {
	return hs.htmlExpand(null, { objectType: 'iframe', src: '/Videos/IfItBreaks.aspx', objectLoadTime: 'after', wrapperClassName: 'no-footer no-move', height: 502, width: 641, align: 'center' });
}

function showVideo_Staging() {
	return hs.htmlExpand(null, { objectType: 'iframe', src: '/Videos/Staging.aspx', objectLoadTime: 'after', wrapperClassName: 'no-footer no-move', height: 502, width: 641, align: 'center' });
}

function showVideo_FactoryTour() {
	return hs.htmlExpand(null, { objectType: 'iframe', src: '/Videos/FactoryTour.aspx', objectLoadTime: 'after', wrapperClassName: 'no-footer no-move', height: 502, width: 641, align: 'center' });
}

function showVideo_ShowsiteTour() {
	return hs.htmlExpand(null, { objectType: 'iframe', src: '/Videos/Showsite.aspx', objectLoadTime: 'after', wrapperClassName: 'no-footer no-move', height: 502, width: 641, align: 'center' });
}

//Function to show Features and Options pages (used in conjunction with an anchor with the href set accordingly)
function showFandO(anchor) {
	return hs.htmlExpand(anchor, { objectType: 'iframe', width: 951, wrapperClassName: 'no-move no-footer', align: 'center' });
}

//Functions to show lightboxes
function showLightbox_Glass3mm() {
	return hs.htmlExpand(null, { objectType: 'ajax', src: '/Lightboxes/Glass_Rhino3mm.aspx', width: 971, height: 627, wrapperClassName: 'no-move no-footer', align: 'center' });
}

function showLightbox_Glass4mm() {
	return hs.htmlExpand(null, { objectType: 'ajax', src: '/Lightboxes/Glass_Rhino4mm.aspx', width: 971, height: 627, wrapperClassName: 'no-move no-footer', align: 'center' });
}

function showLightbox_Growblinds_Elite() {
	return hs.htmlExpand(null, { objectType: 'ajax', src: '/Lightboxes/Growblinds_Elite.aspx', width: 728, height: 851, wrapperClassName: 'no-move no-footer', align: 'center' });
}

function showLightbox_Growblinds_EM() {
	return hs.htmlExpand(null, { objectType: 'ajax', src: '/Lightboxes/Growblinds_EM.aspx', width: 728, height: 851, wrapperClassName: 'no-move no-footer', align: 'center' });
}

function showLightbox_Growblinds_Rhino10n12() {
	return hs.htmlExpand(null, { objectType: 'ajax', src: '/Lightboxes/Growblinds_Rhino10n12.aspx', width: 728, height: 851, wrapperClassName: 'no-move no-footer', align: 'center' });
}

function showLightbox_Growblinds_Rhino6n8() {
	return hs.htmlExpand(null, { objectType: 'ajax', src: '/Lightboxes/Growblinds_Rhino6n8.aspx', width: 728, height: 851, wrapperClassName: 'no-move no-footer', align: 'center' });
}

function showLightbox_Growblinds_RhinoBasic() {
	return hs.htmlExpand(null, { objectType: 'ajax', src: '/Lightboxes/Growblinds_RhinoBasic.aspx', width: 728, height: 851, wrapperClassName: 'no-move no-footer', align: 'center' });
}

function showLightbox_Growblinds_RhinoLong() {
	return hs.htmlExpand(null, { objectType: 'ajax', src: '/Lightboxes/Growblinds_RhinoLong.aspx', width: 728, height: 851, wrapperClassName: 'no-move no-footer', align: 'center' });
}

function showLightbox_RhinoBases() {
	return hs.htmlExpand(null, { objectType: 'ajax', src: '/Lightboxes/Rhino_Bases.aspx', width: 815, height: 851, wrapperClassName: 'no-move no-footer', align: 'center' });
}

function showLightbox_RhinoBases_Integral() {
	return hs.htmlExpand(null, { objectType: 'ajax', src: '/Lightboxes/Rhino_Bases_Integral.aspx', width: 815, height: 504, wrapperClassName: 'no-move no-footer', align: 'center' });
}

function showLightbox_RhinoTrade() {
	return hs.htmlExpand(null, { objectType: 'ajax', src: '/Lightboxes/Rhino_Trade.aspx', width: 626, height: 415, wrapperClassName: 'no-move no-footer', align: 'center' });
}

function showLightbox_Testimonials() {
	return hs.htmlExpand(null, { objectType: 'ajax', src: '/Lightboxes/Testimonials.aspx', width: 730, height: 5721, wrapperClassName: 'no-move no-footer', align: 'center' });
}

function showLightbox_Safety() {
	return hs.htmlExpand(null, { objectType: 'ajax', src: '/Lightboxes/Rhino_Safety.aspx', width: 971, height: 672, wrapperClassName: 'no-move no-footer', align: 'center' });
}

