function contactFrom(targ) {
	window.open(targ,"CONTACTFORM","width=720,height=500,scrollbar=yes,resizable=yes");
}

function popwin(targ) {
	window.open(targ,"POPWIN","width=670,height=520,scrollbar=yes,resizable=yes");
}

function popwin_L(targ) {
	window.open(targ,"POPWIN","width=800,height=640,scrollbar=yes,resizable=yes");
}

function popwin_webcatalog(targ) {
	window.open(targ,"POPWIN","width=1010,height=680,scrollbar=yes,resizable=yes");
}

function popwin_item(targ) {
	window.open(targ,"POPWIN","width=630,height=680,scrollbar=yes,resizable=yes,scrollbars=yes");
}

function popwin_search(targ) {
	window.open(targ,"POPWIN","width=775,height=680,scrollbar=yes,resizable=yes,scrollbars=yes");
}

function popwin_glossary(targ) {
	window.open(targ,"POPWIN","width=640,height=680,scrollbar=yes,resizable=yes,scrollbars=yes");
}

function popwin_link(targ) {
	window.open(targ,"POPWIN","width=775,height=680,scrollbar=yes,resizable=yes,scrollbars=yes");
}

function popwin_msds(targ) {
	window.open(targ,"POPWIN","width=760,height=640,scrollbar=yes,resizable=yes,scrollbars=yes");
}

function popwin_clipping(targ) {
	window.open(targ,"POPWIN","width=680,height=480,scrollbar=no,resizable=yes,scrollbars=yes");
}

