﻿function printPopup()
{
	$('#ctl00_stylesheet_print').attr('href','/Style Library/Vidomes/css/Vidomes-print-popup.css');

	window.print();
}