
function instructionalPopup(popLoc, popTitle, popContent)
{
        newwindow2=window.open(popLoc,'name','height=200,width=150');
	var tmp = newwindow2.document;
	tmp.write('<html><head><title>' + popTitle + '</title>');
	tmp.write('<link rel="stylesheet" href="js.css">');
	tmp.write('</head><body>');
	tmp.write(popContent);
	tmp.write('</body></html>');
	tmp.close();
}

function pop_RoundUp_Alphee()
{
    newwindow2 = window.open('/templates/default/productlabels/roundup_alphee_label.htm', 'label_popup', 'height=500,width=650,scrollbars=yes');
}

function pop_RoundUp_Easy()
{
    newwindow2 = window.open('/templates/default/productlabels/roundup_easy_label.htm', 'label_popup', 'height=500,width=650,scrollbars=yes');
}

function pop_RoundUp_Gran()
{
            newwindow2=window.open('/templates/default/productlabels/roundup_gran_label.htm','label_popup','height=500,width=650,scrollbars=yes');
        }

function pop_RoundUp_Plus() {
    newwindow2 = window.open('/templates/default/productlabels/roundup_lbplus_label.htm', 'label_popup', 'height=500,width=650,scrollbars=yes');
}


function pop_RoundUp_Speed() {
    newwindow2 = window.open('/templates/default/productlabels/roundup_speed_label.htm', 'label_popup', 'height=500,width=650,scrollbars=yes');
}
